3.1013 \(\int \frac{(c-i c \tan (e+f x))^{5/2}}{(a+i a \tan (e+f x))^{7/2}} \, dx\)

Optimal. Leaf size=90 \[ \frac{i (c-i c \tan (e+f x))^{5/2}}{35 a f (a+i a \tan (e+f x))^{5/2}}+\frac{i (c-i c \tan (e+f x))^{5/2}}{7 f (a+i a \tan (e+f x))^{7/2}} \]

[Out]

((I/7)*(c - I*c*Tan[e + f*x])^(5/2))/(f*(a + I*a*Tan[e + f*x])^(7/2)) + ((I/35)*(c - I*c*Tan[e + f*x])^(5/2))/
(a*f*(a + I*a*Tan[e + f*x])^(5/2))

________________________________________________________________________________________

Rubi [A]  time = 0.125901, antiderivative size = 90, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 35, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.086, Rules used = {3523, 45, 37} \[ \frac{i (c-i c \tan (e+f x))^{5/2}}{35 a f (a+i a \tan (e+f x))^{5/2}}+\frac{i (c-i c \tan (e+f x))^{5/2}}{7 f (a+i a \tan (e+f x))^{7/2}} \]

Antiderivative was successfully verified.

[In]

Int[(c - I*c*Tan[e + f*x])^(5/2)/(a + I*a*Tan[e + f*x])^(7/2),x]

[Out]

((I/7)*(c - I*c*Tan[e + f*x])^(5/2))/(f*(a + I*a*Tan[e + f*x])^(7/2)) + ((I/35)*(c - I*c*Tan[e + f*x])^(5/2))/
(a*f*(a + I*a*Tan[e + f*x])^(5/2))

Rule 3523

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist
[(a*c)/f, Subst[Int[(a + b*x)^(m - 1)*(c + d*x)^(n - 1), x], x, Tan[e + f*x]], x] /; FreeQ[{a, b, c, d, e, f,
m, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 + b^2, 0]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*Simplify[m + n + 2])/((b*c - a*d)*(m + 1)), Int[(a + b*x)^Simplify[m +
1]*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && ILtQ[Simplify[m + n + 2], 0] &&
 NeQ[m, -1] &&  !(LtQ[m, -1] && LtQ[n, -1] && (EqQ[a, 0] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && (
SumSimplerQ[m, 1] ||  !SumSimplerQ[n, 1])

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin{align*} \int \frac{(c-i c \tan (e+f x))^{5/2}}{(a+i a \tan (e+f x))^{7/2}} \, dx &=\frac{(a c) \operatorname{Subst}\left (\int \frac{(c-i c x)^{3/2}}{(a+i a x)^{9/2}} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac{i (c-i c \tan (e+f x))^{5/2}}{7 f (a+i a \tan (e+f x))^{7/2}}+\frac{c \operatorname{Subst}\left (\int \frac{(c-i c x)^{3/2}}{(a+i a x)^{7/2}} \, dx,x,\tan (e+f x)\right )}{7 f}\\ &=\frac{i (c-i c \tan (e+f x))^{5/2}}{7 f (a+i a \tan (e+f x))^{7/2}}+\frac{i (c-i c \tan (e+f x))^{5/2}}{35 a f (a+i a \tan (e+f x))^{5/2}}\\ \end{align*}

Mathematica [A]  time = 5.82262, size = 100, normalized size = 1.11 \[ -\frac{i c^2 (\tan (e+f x)-6 i) \sec ^2(e+f x) \sqrt{c-i c \tan (e+f x)} (\cos (2 (e+f x))-i \sin (2 (e+f x)))}{35 a^3 f (\tan (e+f x)-i)^3 \sqrt{a+i a \tan (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[(c - I*c*Tan[e + f*x])^(5/2)/(a + I*a*Tan[e + f*x])^(7/2),x]

[Out]

((-I/35)*c^2*Sec[e + f*x]^2*(Cos[2*(e + f*x)] - I*Sin[2*(e + f*x)])*(-6*I + Tan[e + f*x])*Sqrt[c - I*c*Tan[e +
 f*x]])/(a^3*f*(-I + Tan[e + f*x])^3*Sqrt[a + I*a*Tan[e + f*x]])

________________________________________________________________________________________

Maple [A]  time = 0.036, size = 87, normalized size = 1. \begin{align*}{\frac{{c}^{2} \left ( 1+ \left ( \tan \left ( fx+e \right ) \right ) ^{2} \right ) \left ( 5\,i\tan \left ( fx+e \right ) - \left ( \tan \left ( fx+e \right ) \right ) ^{2}-6 \right ) }{35\,f{a}^{4} \left ( -\tan \left ( fx+e \right ) +i \right ) ^{5}}\sqrt{-c \left ( -1+i\tan \left ( fx+e \right ) \right ) }\sqrt{a \left ( 1+i\tan \left ( fx+e \right ) \right ) }} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c-I*c*tan(f*x+e))^(5/2)/(a+I*a*tan(f*x+e))^(7/2),x)

[Out]

1/35/f*(-c*(-1+I*tan(f*x+e)))^(1/2)*(a*(1+I*tan(f*x+e)))^(1/2)*c^2/a^4*(1+tan(f*x+e)^2)*(5*I*tan(f*x+e)-tan(f*
x+e)^2-6)/(-tan(f*x+e)+I)^5

________________________________________________________________________________________

Maxima [A]  time = 2.16719, size = 127, normalized size = 1.41 \begin{align*} \frac{{\left (5 i \, c^{2} \cos \left (7 \, f x + 7 \, e\right ) + 7 i \, c^{2} \cos \left (\frac{5}{7} \, \arctan \left (\sin \left (7 \, f x + 7 \, e\right ), \cos \left (7 \, f x + 7 \, e\right )\right )\right ) + 5 \, c^{2} \sin \left (7 \, f x + 7 \, e\right ) + 7 \, c^{2} \sin \left (\frac{5}{7} \, \arctan \left (\sin \left (7 \, f x + 7 \, e\right ), \cos \left (7 \, f x + 7 \, e\right )\right )\right )\right )} \sqrt{c}}{70 \, a^{\frac{7}{2}} f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(5/2)/(a+I*a*tan(f*x+e))^(7/2),x, algorithm="maxima")

[Out]

1/70*(5*I*c^2*cos(7*f*x + 7*e) + 7*I*c^2*cos(5/7*arctan2(sin(7*f*x + 7*e), cos(7*f*x + 7*e))) + 5*c^2*sin(7*f*
x + 7*e) + 7*c^2*sin(5/7*arctan2(sin(7*f*x + 7*e), cos(7*f*x + 7*e))))*sqrt(c)/(a^(7/2)*f)

________________________________________________________________________________________

Fricas [A]  time = 1.59916, size = 320, normalized size = 3.56 \begin{align*} \frac{{\left (-12 i \, c^{2} e^{\left (9 i \, f x + 9 i \, e\right )} - 12 i \, c^{2} e^{\left (7 i \, f x + 7 i \, e\right )} + 7 i \, c^{2} e^{\left (4 i \, f x + 4 i \, e\right )} + 12 i \, c^{2} e^{\left (2 i \, f x + 2 i \, e\right )} + 5 i \, c^{2}\right )} \sqrt{\frac{a}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}} \sqrt{\frac{c}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}} e^{\left (-7 i \, f x - 7 i \, e\right )}}{70 \, a^{4} f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(5/2)/(a+I*a*tan(f*x+e))^(7/2),x, algorithm="fricas")

[Out]

1/70*(-12*I*c^2*e^(9*I*f*x + 9*I*e) - 12*I*c^2*e^(7*I*f*x + 7*I*e) + 7*I*c^2*e^(4*I*f*x + 4*I*e) + 12*I*c^2*e^
(2*I*f*x + 2*I*e) + 5*I*c^2)*sqrt(a/(e^(2*I*f*x + 2*I*e) + 1))*sqrt(c/(e^(2*I*f*x + 2*I*e) + 1))*e^(-7*I*f*x -
 7*I*e)/(a^4*f)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))**(5/2)/(a+I*a*tan(f*x+e))**(7/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (-i \, c \tan \left (f x + e\right ) + c\right )}^{\frac{5}{2}}}{{\left (i \, a \tan \left (f x + e\right ) + a\right )}^{\frac{7}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(5/2)/(a+I*a*tan(f*x+e))^(7/2),x, algorithm="giac")

[Out]

integrate((-I*c*tan(f*x + e) + c)^(5/2)/(I*a*tan(f*x + e) + a)^(7/2), x)